|
This page last changed on Jun 17, 2007 by rosie@atlassian.com.
The Panel Macro allows you to display a block of text within a fully customisable panel.
The Panel Macro is only available in Wiki Markup mode.
Panel Macro
| What you need to type |
What you will get |
{panel}
A simple panel
{panel} |
|
{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
A formatted panel
{panel} |
|
Optional Parameters (only available in wiki markup)
| Parameter |
Default |
Description |
| title |
|
The title of the warning note. If specified, will be displayed in its own title-row. |
| borderStyle |
dashed |
The style of the panel's border. Valid values are 'solid', 'dashed' and other valid CSS border styles. |
| borderColor |
|
The colour of the panel's border. |
| borderWidth |
|
The width of the panel's border. |
| bgColor |
|
The background colour of the panel. |
| titleBGColor |
|
The background color of the title-row of the panel. |
 | Handy Hint: You can use panels within columns. |
RELATED TOPICS
Working with Macros
Take me back to Confluence User Guide
|